home *** CD-ROM | disk | FTP | other *** search
- // WinHacker Script
- // Copyright (c) 1996 Wedge Software
- //
- // Clears the Printer Ports MRU
- //
-
- [Main]
- Desc = Clears the Printer Ports MRU
- // StartMessage =
- ExitMessage = Printer Ports MRU Cleared.
-
- [Registry]
- Procs = 1
-
- [RegistryProc#1]
- RootKey = HKEY_CURRENT_USER
- Path = Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU
- Item = (all)
- Action = Delete
-